home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / python-apt / html / _sources / apt / index.txt < prev    next >
Encoding:
Text File  |  2009-03-30  |  1.3 KB  |  59 lines

  1. :mod:`apt` --- Highlevel apt package
  2. =====================================
  3. The highlevel apt package provides a lot of functionality, all
  4. with an easy-to-use interface.
  5.  
  6. .. warning::
  7.     The API of this package is not considered stable. Evenmore, it is considered
  8.     to change the naming conventions in future to lowercase_with_underscores.
  9.  
  10.     In case this happens, the API will still be kept compatible, with the old
  11.     functions provided as deprecated ones.
  12.  
  13. .. automodule:: apt
  14.     :members:
  15.  
  16.  
  17.  
  18.  
  19. .. toctree::
  20.    :maxdepth: 2
  21.    :glob:
  22.  
  23.    *
  24.  
  25.  
  26. Classes exported in apt
  27. ------------------------
  28. These classes are defined in the submodules, but are also exported directly
  29. in the package.
  30.  
  31. .. class:: Cache
  32.  
  33.     Please see :class:`apt.cache.Cache` for documentation.
  34.  
  35. .. class:: Cdrom
  36.  
  37.     Please see :class:`apt.cdrom.Cdrom` for documentation.
  38.  
  39. .. class:: CdromProgress
  40.  
  41.     Please see :class:`apt.progress.CdromProgress` for documentation.
  42.  
  43. .. class:: FetchProgress
  44.  
  45.     Please see :class:`apt.progress.FetchProgress` for documentation.
  46.  
  47. .. class:: InstallProgress
  48.  
  49.     Please see :class:`apt.progress.InstallProgress` for documentation.
  50.  
  51. .. class:: OpProgress
  52.  
  53.     Please see :class:`apt.progress.OpProgress` for documentation.
  54.  
  55. .. class:: Package
  56.  
  57.     Please see :class:`apt.package.Package` for documentation.
  58.  
  59.